|
Oracle® Rules Palette Release 9.1.0.0.0 E15811-01 |
This rule enables the user to define plan specific data and allows other business rules to reference the data. This rule defines the elements and values of the Plan screen business rule including validation.
|
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
|
<PlanScreen> |
The opening and closing tag of the business rule. |
|
|
|
<Fields> |
Required |
|
|
|
<Field> |
See Fields Element. |
|
|
|
<Events> |
See ActionEvents. |
|
|
<PlanScreen>
<Fields>
<Field>
<Name>ProductCode</Name>
<Display>Product Code</Display>
<DataType>Text</DataType>
</Field>
<Field>
<Name>MaximumIssueAge</Name>
<Display>Max Issue Age</Display>
<DataType>Integer</DataType>
</Field>
<Field>
<Name>MinimumFaceAmount</Name>
<Display>Min Face Amount</Display>
<DataType>Money</DataType>
</Field>
</Fields>
</PlanScreen>